Linux tips and tricks

How do I change the hostname of my RPi? You need to do 3 things: sudo nano vi /etc/hostname. You’ll find the existing hostname in this file. Update the hostname as desitred, then save and exit. sudo nano /etc/hosts. Look for any occurrence of the old hostname in here. Update them, then save and exit. … Continue reading Linux tips and tricks<..

Read more